projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d030762
)
(viet-encode-viscii-char): New function.
author
Kenichi Handa
<handa@m17n.org>
Sun, 2 Aug 1998 01:06:57 +0000
(
01:06
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Sun, 2 Aug 1998 01:06:57 +0000
(
01:06
+0000)
lisp/language/viet-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/viet-util.el
b/lisp/language/viet-util.el
index 95c54f159c3fea471c856021f1b0fdb68f302c65..5e3ce7e9cf6126062acd82681197abbbdd029f74 100644
(file)
--- a/
lisp/language/viet-util.el
+++ b/
lisp/language/viet-util.el
@@
-35,6
+35,12
@@
;;; Code:
+;;;###autoload
+(defun viet-encode-viscii-char (char)
+ "Return VISCII character code of CHAR if appropriate."
+ (aref (char-table-extra-slot viet-viscii-nonascii-translation-table 0)
+ char))
+
;;;###autoload
(defun setup-vietnamese-environment ()
"Setup multilingual environment (MULE) for Vietnamese VISCII users."